I've got a large text file (+100k long rows) that I've been using vim to edit, I would like to remove rows in a given range ie do something like delete rows ...
You can delete multiple(range) lines if you know the line numbers: :[start_line_no],[end_line_no]d Note: d stands for delete where, start_line_no is the ...
To delete a line in Vi or Vim, switch to normal mode first. If you're in command mode or insert mode, you can switch back to normal mode by pressing Escape.